[INFO] cloning repository https://github.com/applemonger/squadbot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/applemonger/squadbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 480867ccee72ef3880ec290e3e3eeeddaeaa39ae
[INFO] fixing applemonger/squadbot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/applemonger/squadbot
[INFO] finished tweaking git repo https://github.com/applemonger/squadbot
[INFO] tweaked toml for git repo https://github.com/applemonger/squadbot written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/applemonger/squadbot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/applemonger/squadbot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indexmap v1.8.2
[INFO] [stderr]   Downloaded command_attr v0.4.0
[INFO] [stderr]   Downloaded redis v0.21.5
[INFO] [stderr]   Downloaded syn v1.0.96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608
[INFO] running `Command { std: "docker" "start" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking tracing-core v0.1.27
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking crypto-common v0.1.3
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking cpufeatures v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking sha-1 v0.10.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]     Checking ordered-float v2.10.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.0
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]    Compiling serenity v0.11.2
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking webpki-roots v0.22.3
[INFO] [stderr]     Checking sha1 v0.6.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking combine v4.6.4
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking typemap_rev v0.1.5
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling command_attr v0.4.0
[INFO] [stderr]     Checking tokio v1.19.2
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking tracing v0.1.35
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking dashmap v5.3.4
[INFO] [stderr]     Checking tungstenite v0.17.2
[INFO] [stderr]     Checking redis v0.21.5
[INFO] [stderr]     Checking async-tungstenite v0.17.2
[INFO] [stderr]     Checking hyper v0.14.19
[INFO] [stderr]     Checking hyper-rustls v0.23.0
[INFO] [stderr]     Checking reqwest v0.11.11
[INFO] [stderr]     Checking squadbot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | / pub fn build_posting(
[INFO] [stdout]  87 | |     con: &mut redis::Connection,
[INFO] [stdout]  88 | |     channel_id: &String,
[INFO] [stdout]  89 | |     message_id: &String,
[INFO] [stdout]  90 | |     role_id: Option<RoleId>,
[INFO] [stdout]  91 | |     squad_id: &String,
[INFO] [stdout]  92 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:99:10
[INFO] [stdout]     |
[INFO] [stdout]  99 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout]  99 ~         .query::<()>(con)?;
[INFO] [stdout] 100 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 103 |         .arg(&channel_id)
[INFO] [stdout] 104 ~         .query::<()>(con)?;
[INFO] [stdout] 105 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 108 |         .arg(&message_id)
[INFO] [stdout] 109 ~         .query::<()>(con)?;
[INFO] [stdout] 110 |     redis::cmd("SADD")
[INFO] [stdout] 111 |         .arg(&channels_id)
[INFO] [stdout] 112 |         .arg(&channel_id)
[INFO] [stdout] 113 ~         .query::<()>(con)?;
[INFO] [stdout] 114 |     redis::cmd("EXPIRE")
[INFO] [stdout] 115 |         .arg(&channels_id)
[INFO] [stdout] 116 |         .arg(POSTING_TTL)
[INFO] [stdout] 117 ~         .query::<()>(con)?;
[INFO] [stdout] 118 |     match role_id {
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 .arg(id.as_u64().to_string())
[INFO] [stdout] 124 ~                 .query::<()>(con)?;
[INFO] [stdout] 125 |         }
[INFO] [stdout] ...
[INFO] [stdout] 130 |         .arg(POSTING_TTL)
[INFO] [stdout] 131 ~         .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | / pub fn build_posting(
[INFO] [stdout]  87 | |     con: &mut redis::Connection,
[INFO] [stdout]  88 | |     channel_id: &String,
[INFO] [stdout]  89 | |     message_id: &String,
[INFO] [stdout]  90 | |     role_id: Option<RoleId>,
[INFO] [stdout]  91 | |     squad_id: &String,
[INFO] [stdout]  92 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:99:10
[INFO] [stdout]     |
[INFO] [stdout]  99 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout]  99 ~         .query::<()>(con)?;
[INFO] [stdout] 100 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 103 |         .arg(&channel_id)
[INFO] [stdout] 104 ~         .query::<()>(con)?;
[INFO] [stdout] 105 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 108 |         .arg(&message_id)
[INFO] [stdout] 109 ~         .query::<()>(con)?;
[INFO] [stdout] 110 |     redis::cmd("SADD")
[INFO] [stdout] 111 |         .arg(&channels_id)
[INFO] [stdout] 112 |         .arg(&channel_id)
[INFO] [stdout] 113 ~         .query::<()>(con)?;
[INFO] [stdout] 114 |     redis::cmd("EXPIRE")
[INFO] [stdout] 115 |         .arg(&channels_id)
[INFO] [stdout] 116 |         .arg(POSTING_TTL)
[INFO] [stdout] 117 ~         .query::<()>(con)?;
[INFO] [stdout] 118 |     match role_id {
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 .arg(id.as_u64().to_string())
[INFO] [stdout] 124 ~                 .query::<()>(con)?;
[INFO] [stdout] 125 |         }
[INFO] [stdout] ...
[INFO] [stdout] 130 |         .arg(POSTING_TTL)
[INFO] [stdout] 131 ~         .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | / pub fn build_squad(
[INFO] [stdout] 142 | |     con: &mut redis::Connection,
[INFO] [stdout] 143 | |     squad_id: &String,
[INFO] [stdout] 144 | |     capacity: u8,
[INFO] [stdout] 145 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 151 ~         .query::<()>(con)?;
[INFO] [stdout] 152 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 155 |         .arg(capacity)
[INFO] [stdout] 156 ~         .query::<()>(con)?;
[INFO] [stdout] 157 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 160 |         .arg(0)
[INFO] [stdout] 161 ~         .query::<()>(con)?;
[INFO] [stdout] 162 |     redis::cmd("EXPIRE")
[INFO] [stdout] 163 |         .arg(&squad_id)
[INFO] [stdout] 164 |         .arg(SQUAD_TTL)
[INFO] [stdout] 165 ~         .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | / pub fn build_squad(
[INFO] [stdout] 142 | |     con: &mut redis::Connection,
[INFO] [stdout] 143 | |     squad_id: &String,
[INFO] [stdout] 144 | |     capacity: u8,
[INFO] [stdout] 145 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 151 ~         .query::<()>(con)?;
[INFO] [stdout] 152 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 155 |         .arg(capacity)
[INFO] [stdout] 156 ~         .query::<()>(con)?;
[INFO] [stdout] 157 |     redis::cmd("HSET")
[INFO] [stdout] ...
[INFO] [stdout] 160 |         .arg(0)
[INFO] [stdout] 161 ~         .query::<()>(con)?;
[INFO] [stdout] 162 |     redis::cmd("EXPIRE")
[INFO] [stdout] 163 |         .arg(&squad_id)
[INFO] [stdout] 164 |         .arg(SQUAD_TTL)
[INFO] [stdout] 165 ~         .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | / pub fn add_member(
[INFO] [stdout] 179 | |     con: &mut redis::Connection,
[INFO] [stdout] 180 | |     squad_id: &String,
[INFO] [stdout] 181 | |     user_id: &String,
[INFO] [stdout] 182 | |     expires: u32,
[INFO] [stdout] 183 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     .query(con)?;
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 195 ~                     .query::<()>(con)?;
[INFO] [stdout] 196 ~                 redis::cmd("EXPIRE").arg(&members_id).arg(ttl).query::<()>(con)?;
[INFO] [stdout] 197 |             } else {
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         .arg(&member_id)
[INFO] [stdout] 203 ~                         .query::<()>(con)?;
[INFO] [stdout] 204 |                 }
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 .arg(expires)
[INFO] [stdout] 211 ~                 .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | / pub fn add_member(
[INFO] [stdout] 179 | |     con: &mut redis::Connection,
[INFO] [stdout] 180 | |     squad_id: &String,
[INFO] [stdout] 181 | |     user_id: &String,
[INFO] [stdout] 182 | |     expires: u32,
[INFO] [stdout] 183 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     .query(con)?;
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 195 ~                     .query::<()>(con)?;
[INFO] [stdout] 196 ~                 redis::cmd("EXPIRE").arg(&members_id).arg(ttl).query::<()>(con)?;
[INFO] [stdout] 197 |             } else {
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         .arg(&member_id)
[INFO] [stdout] 203 ~                         .query::<()>(con)?;
[INFO] [stdout] 204 |                 }
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 .arg(expires)
[INFO] [stdout] 211 ~                 .query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | / pub fn delete_member(
[INFO] [stdout] 222 | |     con: &mut redis::Connection,
[INFO] [stdout] 223 | |     squad_id: &String,
[INFO] [stdout] 224 | |     user_id: &String,
[INFO] [stdout] 225 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 234 ~         .query::<()>(con)?;
[INFO] [stdout] 235 ~     redis::cmd("DEL").arg(&member_id).query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | / pub fn delete_member(
[INFO] [stdout] 222 | |     con: &mut redis::Connection,
[INFO] [stdout] 223 | |     squad_id: &String,
[INFO] [stdout] 224 | |     user_id: &String,
[INFO] [stdout] 225 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 234 ~         .query::<()>(con)?;
[INFO] [stdout] 235 ~     redis::cmd("DEL").arg(&member_id).query::<()>(con)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:247:1
[INFO] [stdout]     |
[INFO] [stdout] 247 | / pub fn get_members(
[INFO] [stdout] 248 | |     con: &mut redis::Connection,
[INFO] [stdout] 249 | |     squad_id: &String,
[INFO] [stdout] 250 | | ) -> redis::RedisResult<HashMap<UserId, u64>> {
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:287:18
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 .query(con)?;
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 .query::<()>(con)?;
[INFO] [stdout]     |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:247:1
[INFO] [stdout]     |
[INFO] [stdout] 247 | / pub fn get_members(
[INFO] [stdout] 248 | |     con: &mut redis::Connection,
[INFO] [stdout] 249 | |     squad_id: &String,
[INFO] [stdout] 250 | | ) -> redis::RedisResult<HashMap<UserId, u64>> {
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:287:18
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 .query(con)?;
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 .query::<()>(con)?;
[INFO] [stdout]     |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:355:1
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub fn fill_squad(con: &mut redis::Connection, squad_id: &String) -> redis::RedisResult<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 360 |         .query::<()>(con)?;
[INFO] [stdout]     |               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis_io.rs:355:1
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub fn fill_squad(con: &mut redis::Connection, squad_id: &String) -> redis::RedisResult<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis_io.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 |         .query(con)?;
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 360 |         .query::<()>(con)?;
[INFO] [stdout]     |               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `squadbot` (bin "squadbot" test) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `squadbot` (bin "squadbot") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608", kill_on_drop: false }`
[INFO] [stdout] 52a492dc30e12733cfb981803f3a7ee3157fbbfbcc0c172e1985fad847ee2608
